Categories

Versions

Filter Documents (by Content) (Text Processing)

Synopsis

Filters documents from a document collection based on their contents.

Description

This operator filters documents from a document collection based on their contents. A document is kept in the collection, if it either equals, contains or does not contain the given value.

Input

  • documents (Collection)

    The documents port.

Output

  • documents (Collection)

    The documents port.

Parameters

  • conditionThe condition a document must fulfill to be kept. Range:
  • stringThe string that should be compared to. Range:
  • regular_expressionThe regular expression for that should match. Range:
  • case_sensitiveSpecifies whether the comparison should be case-sensitive. Range:
  • invert conditionSpecifies whether comparison outcome should be inverted. Range: